- resize pointer
- индикатор изменения размеров (модифицированный курсор мыши, отображаемый при выполнении операции изменения размеров окна)
English-Russian dictionary of computer science and programming. 2013.
English-Russian dictionary of computer science and programming. 2013.
Курсор — У этого термина существуют и другие значения, см. Курсор (значения). Для улучшения этой статьи желательно?: Найти и оформить в виде сносок ссылки на авторитетные источники, подтверждающ … Википедия
Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space … Wikipedia
Vector (STL) — Vectors (or std::vector) are a C++ implementation of the dynamic array data structure. Their interface emulates the behavior of a C array (i.e., capable of fast random access) but with the additional ability to automatically resize itself when… … Wikipedia
Twm — Infobox Software name = twm caption = collapsible = author = Tom LaStrange developer = released = 1987 latest release version = latest release date = latest preview version = latest preview date = frequently updated = programming language = C… … Wikipedia
Malloc — In computing, malloc is a subroutine provided in the C and C++ programming language s standard libraries for performing dynamic memory allocation. Rationale The C programming language manages memory either statically or automatically . Static… … Wikipedia
Circular buffer — A ring showing, conceptually, a circular buffer. This visually shows that the buffer has no real end and it can loop around the buffer. However, since memory is never physically created as a ring, a linear representation is generally used as is… … Wikipedia
Reference (computer science) — This article is about a general notion of reference in computing. For the more specific notion of reference used in C++, see Reference (C++). In computer science, a reference is a value that enables a program to indirectly access a particular… … Wikipedia
Adobe Fireworks — Infobox Software name = Adobe Fireworks caption = Fireworks CS3 on Windows Vista developer = Adobe (formerly Macromedia) latest release version = CS4 (10.0) latest release date = release date and age|2008|9|23 latest preview version = latest… … Wikipedia
List of Control Panel applets — The applets listed below are components of the Microsoft Windows control panel, which allows users to define a range of settings for their computer, monitor the status of devices such as printers and modems, and set up new hardware, programs and… … Wikipedia
DOM events — DOM (Document Object Model) events allow event driven programming languages like JavaScript, JScript, ECMAScript, VBScript and Java to register various event handlers/listeners on the element nodes inside a DOM tree, e.g. HTML, XHTML, XUL and SVG … Wikipedia
Gamestudio — 3D GameStudio, often known as Gamestudio or 3DGS for short, is a 3D computer game development system which allows users to create 3D games and other virtual reality applications, and publish them royalty free. It comes with a model/terrain editor … Wikipedia